ComponentOne Xamarin.Android
MoveCurrentToPrevious Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : MoveCurrentToPrevious Method
Sets the item before the CurrentItem in the view as the CurrentItem.
Syntax
'Declaration
 
Public Function MoveCurrentToPrevious() As Boolean
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim value As Boolean
 
value = instance.MoveCurrentToPrevious()
public bool MoveCurrentToPrevious()
See Also

Reference

C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members